DirectoryEntry Class

Represents a directory entry.

Definition

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public abstract class DirectoryEntry : IComparable
Inheritance
Object    DirectoryEntry
Derived
Implements
IComparable

Constructors

DirectoryEntryInitializes a new instance of the DirectoryEntry class

Properties

ClassId Gets or sets class ID.
CreatedTime Gets creation time.
LastModifiedTime Gets last modified time.
Name Gets or sets name.
Size Gets size.

Methods

CompareTo Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also